home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 408_01 / snews.rc < prev    next >
Text File  |  1993-08-17  |  6KB  |  157 lines

  1. #       SAMPLE SNEWS.RC file (version 1.91)
  2. #
  3. # This file replaces the PERSONAL.RC file used by UUPC/extended.  You are
  4. # perfectly free to use it instead.
  5.  
  6. #
  7. # The first five variables can be found in UUPC.RC, which SNews reads
  8. # as well. If you uncomment these in this file, they will override the
  9. # ones set in UUPC.RC.
  10. #
  11. # They are included in this sample file PURELY as an example.
  12. #
  13. # WARNING: These can create an UNSTABLE system with outbound articles
  14. # created by SNews. It is highly recommended they NOT be uncommented!
  15. #
  16. #
  17. #NodeName=joe
  18. #Domain=this.system.org
  19. #MailServ=UpstreamSystem
  20. #NewsDir=e:/uupc/news/incoming
  21. #TempDir=g:
  22.  
  23.  
  24. #       REQUIRED VARIABLES
  25. #
  26. #       MAILBOX is the variable for your account's name. It should be a
  27. #       one-word name. For instance, in the following example "account"
  28. #       is the Mailbox name.
  29. #       (account@machine.area.country)
  30. #
  31. #       Change 'jsmith' to your userid
  32. #
  33. Mailbox=jsmith
  34.  
  35. #
  36. #       The NAME variable reflects your "real name". It can be set to a
  37. #       false name, or alias, but for purposes of net identification it
  38. #       is best set to your real name.
  39. #       Change 'John Smith' to your full name
  40. #
  41. Name=John Smith
  42.  
  43. #
  44. #       Directory containing your personal mail and configuration files,
  45. #       including your Signature file, outgoing mail, and mail saved with
  46. #       a "~/" prefix 
  47. #
  48. Home=c:/uupc
  49.  
  50.  
  51. #       OPTIONAL VARIABLES
  52. #
  53. #       Signature defines a file to be appended to all your outgoing
  54. #       mail.  This file should, in general, include your name, E-mail
  55. #       address, and optionally your Snail Mail address and/or phone
  56. #       number.  You must create this file yourself, otherwise comment
  57. #       out the following statement.
  58. #
  59. Signature=personal.sig
  60.  
  61. #
  62. #       ALIASES defines the UUPC mail compatible alias file. SNews now
  63. #       allows you to specify aliases defined within this file when
  64. #       using the "m" (mail article to someone) or "R" (reply to an
  65. #       address). For the purpose of SNews, this file need not exist,
  66. #       and this line may be commented out.
  67. #
  68. Aliases=c:/uupc/aliases.txt
  69.  
  70. #
  71. #       Editor for editing outgoing articles or mail.
  72. #       (e.g. for vi, it should be "vi %s", Q-edit: "q %s").
  73. #       Ensure that the editor is located within your DOS path,
  74. #       otherwise please include the exact location of the editor
  75. #       (e.g. "c:\dos\util\q %s" for Qedit).
  76. #
  77. Editor=vi %s
  78.  
  79. #
  80. #       Organization is basically a comment included in the mail header.
  81. #       It should reflect the name of your system, company or
  82. #       institution. It indicates to the reader "where" you're writing
  83. #       from.
  84. #
  85. #Organization= Yoyodyne Propulsion Systems, Earth, Solar System
  86.  
  87. #
  88. #       Replyto forces RFC-822 mailers to generate answers to the
  89. #       specified address.  Automatic reply commands (including the
  90. #       UUPC/extended MAIL reply command) will respond to this address.
  91. #       This variable should reflect a valid return email address for
  92. #       your system. It should be uncommented if replies to your normal
  93. #       address do not work.
  94. #
  95. #Replyto=nobody@dummy.address.com
  96.  
  97. #
  98. #       HotPipe specifies a program through which the text of an article
  99. #       is sent when the F4 key is hit.  The intent is to make decoding
  100. #       of specially-formatted articles (like MIME or uuencoded binaries)
  101. #       easy.
  102. #
  103. #HotPipe=uudecode -i
  104.  
  105. #
  106. #       Extract articles to this file name.  Normally when the 'w' command
  107. #       is used, articles are saved in a file called 'extract.nws' in the
  108. #       current directory.  Here, you can select a permanent directory and
  109. #       alternate file name.
  110. #
  111. #Extract=~/extract.mbo
  112.  
  113. #
  114. #       These new colour variables define the LOOK of your system, and
  115. #       allow people on monochrome systems to define the screen output
  116. #       differently from colour-screen users.
  117. #
  118. #               colorhelpf=<col>  - Help screen foreground
  119. #               colorhelpb=<col>  - Help screen background
  120. #               colortextf=<col>  - Text window foreground
  121. #               colortextb=<col>  - Text window background
  122. #               colorheadb=<col>  - Screen header background
  123. #               colorheadf=<col>  - Screen header foreground
  124. #               colormsgb=<col>   - Message line (bottom) background
  125. #               colormsgf=<col>   - Message line foreground
  126. #
  127. #         <col> can be of the following colours:
  128. #
  129. #           whi  - grey             note: the shortened names do not have
  130. #           bla  - black                  to be used - only the first 3
  131. #           blu  - blue                   letters of the colour are checked.
  132. #           gre  - green
  133. #           red  - red
  134. #           mag  - magenta
  135. #           cya  - cyan
  136. #           yel  - yellow
  137. #
  138. #         add "+" to the end of these and you will get the high intensity
  139. #         version of the same colour.  eg:  whi+  = white  cya+ = light cyan
  140. #         and so on. Fiddle around with it till you get the colours you want.
  141. #
  142. colorhelpf=whi+
  143. #colorhelpb=gre
  144. colortextf=whi+
  145. #colortextb=bla
  146. colorheadb=blu
  147. colorheadf=whi
  148. colormsgb=blu
  149. colormsgf=whi
  150.  
  151. #       The above example gives you white news article text on a black
  152. #       background. The help screen foreground is white. The screen
  153. #       header is grey on blue, as is the msg line at the bottom of the
  154. #       screen.
  155. #
  156. #       END OF SAMPLE SNEWS.RC FILE
  157.